home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / present_.swf / scripts / DefineButton2_197 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-03-26  |  117 b   |  6 lines

  1. on(release){
  2.    _root._quality = "high";
  3.    _root.quality.data.quality = "high";
  4.    _root.quality.flush(200);
  5. }
  6.